Skip to content

build(deps): bump lender from 0.7.0 to 0.8.0#71

Merged
Ash-L2L merged 1 commit into
masterfrom
dependabot/cargo/lender-0.8.0
Jul 16, 2026
Merged

build(deps): bump lender from 0.7.0 to 0.8.0#71
Ash-L2L merged 1 commit into
masterfrom
dependabot/cargo/lender-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps lender from 0.7.0 to 0.8.0.

Release notes

Sourced from lender's releases.

0.8.0

[0.8.0] - 2026-07-10

Changed

  • MaybeDangling does not need anymore to implement Debug.

  • peek_mut is now unsafe, as it could lead to UB.

Fixed

  • Peekable/Flatten drop order and leaks have been fixed.

  • StepBy was misstepping by one on a fresh iterator.

  • FusedLender/FallibleFusedLender were not implementing correctly last.

  • TakeWhile was no honoring the fused contract.

  • Take backward advancing methods were not behaving correctly when taking zero elements or advancing by zero elements.

  • Chunky does not panic anymore on an advancing operation that exhaust the underlying lender.

  • from_iter_ref now drops the held element before getting the next one.

Changelog

Sourced from lender's changelog.

[0.8.0] - 2026-07-10

Changed

  • MaybeDangling does not need anymore to implement Debug.

  • peek_mut is now unsafe, as it could lead to UB.

Fixed

  • Peekable/Flatten drop order and leaks have been fixed.

  • StepBy was misstepping by one on a fresh iterator.

  • FusedLender/FallibleFusedLender were not implementing correctly last.

  • TakeWhile was no honoring the fused contract.

  • Take backward advancing methods were not behaving correctly when taking zero elements or advancing by zero elements.

  • Chunky does not panic anymore on an advancing operation that exhaust the underlying lender.

  • from_iter_ref now drops the held element before getting the next one.

Commits
  • 7ce72ac Bumped revision
  • 5a352f0 Removed trybuild test
  • f8ffc03 Merge pull request #41 from zommiommy/review-bugfixes
  • db2dc79 docs(lender): correct next_chunk doc that claimed it clones the lender
  • ee8f397 fix(from_iter_ref): drop the cached item before fetching the next one
  • eafc0a0 fix(chunky): saturate the chunk-skip multiplication to avoid an overflow panic
  • 7a205be fix(take): keep the inner lender untouched on zero-width back operations
  • 42bc95a fix(take_while): mark done when the inner lender yields None
  • 6389f5a fix(fuse): mark fused after last() drives the inner lender to its end
  • e40a58c fix(step_by): consume the first element in nth on a fresh StepBy
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lender](https://github.com/WanderLanz/Lender) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/WanderLanz/Lender/releases)
- [Changelog](https://github.com/WanderLanz/Lender/blob/main/CHANGELOG.md)
- [Commits](WanderLanz/Lender@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: lender
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 15, 2026
@Ash-L2L
Ash-L2L merged commit 8140071 into master Jul 16, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/lender-0.8.0 branch July 16, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant